mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1012] [MERGED] GraphQL - custom scalar support #1194
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/1012
Author: @StefH
Created: 10/18/2023
Status: ✅ Merged
Merged: 12/4/2023
Merged by: @StefH
Base:
master← Head:stef-984-custom-scalar-support📝 Commits (9)
b50047cx106159fCustomScalars19b14aemore tests10ef129.4496e12add or set14db157...2f9de76Merge branch 'master' into stef-984-custom-scalar-supportad7bbeeMerge branch 'master' into stef-984-custom-scalar-support20f8779x📊 Changes
15 files changed (+818 additions, -456 deletions)
View changed files
📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+6 -1)📝
src/WireMock.Net.Abstractions/Admin/Mappings/MatcherModel.cs(+13 -0)📝
src/WireMock.Net/Matchers/GraphQLMatcher.cs(+60 -5)➕
src/WireMock.Net/Matchers/Models/WireMockCustomScalarGraphType.cs(+30 -0)📝
src/WireMock.Net/Matchers/Request/RequestMessageGraphQLMatcher.cs(+15 -7)📝
src/WireMock.Net/RequestBuilders/IGraphQLRequestBuilder.cs(+20 -0)📝
src/WireMock.Net/RequestBuilders/Request.WithGraphQL.cs(+16 -0)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+7 -3)➕
src/WireMock.Net/Util/ReflectionUtils.cs(+48 -0)📝
test/WireMock.Net.Tests/Matchers/GraphQLMatcherTests.cs(+59 -0)➕
test/WireMock.Net.Tests/Matchers/Models/WireMockCustomScalarGraphTypeTests.cs(+96 -0)📝
test/WireMock.Net.Tests/RequestMatchers/RequestMessageGraphQLMatcherTests.cs(+1 -1)📝
test/WireMock.Net.Tests/Serialization/MatcherMapperTests.cs(+436 -20)➖
test/WireMock.Net.Tests/Serialization/MatcherModelMapperTests.cs(+0 -406)📝
tools/MultipartUploader/Program.cs(+11 -13)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.