Skip to content

Commit b56e592

Browse files
committed
Don't break markdown formatting
1 parent 2f9b6b6 commit b56e592

File tree

1 file changed

+5
-6
lines changed
  • src/pages/blog/2025-06-19-multioption-inputs-with-oneof

1 file changed

+5
-6
lines changed

src/pages/blog/2025-06-19-multioption-inputs-with-oneof/index.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,25 +115,24 @@ summed it up in
115115

116116
Since then there have been a number of reports of success:
117117

118-
> I'm very happy with where this landed. We'd use it internally at my company.
119-
> --
118+
> I'm very happy with where this landed. We'd use it internally at my company. —
120119
> [Ethan Resnick](https://github.com/graphql/graphql-spec/pull/825#issuecomment-2128262620)
121120

122121
> More positive feedback: We are using it at HubSpot through the graphql-java
123-
> implementation and look forward to it becoming standardized. --
122+
> implementation and look forward to it becoming standardized.
124123
> [Henry Q. Dineen](https://github.com/graphql/graphql-spec/pull/825#issuecomment-2128324080)
125124

126125
> I implemented support for OneOf input objects for the Caliban GraphQL library
127126
> (Scala) [...] it's been fairly straightforward implementing support for it and
128-
> I couldn't really identify any areas that could have been improved. --
127+
> I couldn't really identify any areas that could have been improved.
129128
> [kyri-petrou](https://github.com/kyri-petrou)
130129

131130
> We have been eagerly waiting at Jobber for this to land as well. [...] We have
132-
> many use cases internally for it and we're very excited to see this land! --
131+
> many use cases internally for it and we're very excited to see this land!
133132
> [Clinton Pahl](https://github.com/graphql/graphql-spec/pull/825#issuecomment-2135724148)
134133

135134
> Colleagues at work (Atlassian) have been really happy with @oneOf, works
136-
> exactly as you want it to and I haven't heard any negative feedback. --
135+
> exactly as you want it to and I haven't heard any negative feedback.
137136
> [Donna Zhou](https://github.com/dondonz)
138137

139138
## Availability

0 commit comments

Comments
 (0)