Skip to content

Commit 76cf9f9

Browse files
committed
style(api): prettier-format graphql codegen output
The previous commit (a02e1e8) regenerated the GraphQL reference docs with production Graph endpoints but did not run prettier-write, leaving 33 files unwrapped. full-check's prettier-check (proseWrap: always) then failed in CI. Reflow only; no content changes.
1 parent a02e1e8 commit 76cf9f9

33 files changed

Lines changed: 114 additions & 68 deletions

docs/api/04-streams/graphql/envio/scalars/float.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const Details = ({ dataOpen, dataClose, children, startOpen = false }) =>
6161
);
6262
};
6363

64-
The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).
64+
The `Float` scalar type represents signed double-precision fractional values as specified by
65+
[IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).
6566

6667
```graphql
6768
scalar Float

docs/api/04-streams/graphql/envio/scalars/int.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const Details = ({ dataOpen, dataClose, children, startOpen = false }) =>
6161
);
6262
};
6363

64-
The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
64+
The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31)
65+
and 2^31 - 1.
6566

6667
```graphql
6768
scalar Int

docs/api/04-streams/graphql/envio/scalars/string.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const Details = ({ dataOpen, dataClose, children, startOpen = false }) =>
6161
);
6262
};
6363

64-
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.
64+
The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most
65+
often used by GraphQL to represent free-form human-readable text.
6566

6667
```graphql
6768
scalar String

docs/api/05-airdrops/graphql/envio/scalars/float.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const Details = ({ dataOpen, dataClose, children, startOpen = false }) =>
6161
);
6262
};
6363

64-
The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).
64+
The `Float` scalar type represents signed double-precision fractional values as specified by
65+
[IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).
6566

6667
```graphql
6768
scalar Float

docs/api/05-airdrops/graphql/envio/scalars/int.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const Details = ({ dataOpen, dataClose, children, startOpen = false }) =>
6161
);
6262
};
6363

64-
The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
64+
The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31)
65+
and 2^31 - 1.
6566

6667
```graphql
6768
scalar Int

docs/api/05-airdrops/graphql/envio/scalars/string.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const Details = ({ dataOpen, dataClose, children, startOpen = false }) =>
6161
);
6262
};
6363

64-
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.
64+
The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most
65+
often used by GraphQL to represent free-form human-readable text.
6566

6667
```graphql
6768
scalar String

docs/api/05-airdrops/graphql/the-graph/enums/log-level.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export const Details = ({ dataOpen, dataClose, children, startOpen = false }) =>
6161
);
6262
};
6363

64-
The severity level of a log entry.
65-
Log levels are ordered from most to least severe: CRITICAL > ERROR > WARNING > INFO > DEBUG
64+
The severity level of a log entry. Log levels are ordered from most to least severe: CRITICAL > ERROR >
65+
WARNING > INFO > DEBUG
6666

6767
```graphql
6868
enum LogLevel {

docs/api/05-airdrops/graphql/the-graph/objects/action.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Category of action, e.g., Create.
128128

129129
#### [<code style={{ fontWeight: 'normal' }}>Action.<b>fee</b></code>](#fee)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#fee\}
130130

131-
The Sablier fee paid in the native token of the chain (e.g., ETH for Mainnet).
132-
See https://docs.sablier.com/concepts/fees
131+
The Sablier fee paid in the native token of the chain (e.g., ETH for Mainnet). See
132+
https://docs.sablier.com/concepts/fees
133133

134134
#### [<code style={{ fontWeight: 'normal' }}>Action.<b>claimAmount</b></code>](#claim-amount)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#claim-amount\}
135135

@@ -150,7 +150,8 @@ This field is available in v2.0 and later.
150150

151151
#### [<code style={{ fontWeight: 'normal' }}>Action.<b>claimStreamId</b></code>](#claim-stream-id)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>String</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/string.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#claim-stream-id\}
152152

153-
Claim action data: stream ID as provided by the Lockup subgraph: &#x007B;contractAddress&#x007D;-&#x007B;chainId&#x007D;-&#x007B;tokenId&#x007D;.
153+
Claim action data: stream ID as provided by the Lockup subgraph:
154+
&#x007B;contractAddress&#x007D;-&#x007B;chainId&#x007D;-&#x007B;tokenId&#x007D;.
154155

155156
#### [<code style={{ fontWeight: 'normal' }}>Action.<b>claimTokenId</b></code>](#claim-token-id)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#claim-token-id\}
156157

docs/api/05-airdrops/graphql/the-graph/objects/campaign.mdx

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,8 @@ The factory contract that deployed this campaign.
240240

241241
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>fee</b></code>](#fee)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#fee\}
242242

243-
Minimum fee charged by this campaign, denominated in the native token of the chain (e.g., ETH for Mainnet).
244-
Only available in v1.3 and later
245-
See https://docs.sablier.com/concepts/fees
243+
Minimum fee charged by this campaign, denominated in the native token of the chain (e.g., ETH for Mainnet). Only
244+
available in v1.3 and later See https://docs.sablier.com/concepts/fees
246245

247246
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>ipfsCID</b></code>](#ipfs-cid)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>String!</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/string.mdx) <Badge class="badge badge--secondary badge--non_null" text="non-null"/> <Badge class="badge badge--secondary " text="scalar"/> \{#ipfs-cid\}
248247

@@ -278,28 +277,25 @@ Flag indicating whether the claimed streams will be cancelable initially.
278277

279278
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamCliff</b></code>](#stream-cliff)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>Boolean</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/boolean.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-cliff\}
280279

281-
Flag indicating whether the claimed streams will have a cliff.
282-
Only available for Linear streams.
280+
Flag indicating whether the claimed streams will have a cliff. Only available for Linear streams.
283281

284282
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamCliffDuration</b></code>](#stream-cliff-duration)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-cliff-duration\}
285283

286-
The duration of the cliff that the stream will have, in seconds.
287-
Only available for Linear streams.
284+
The duration of the cliff that the stream will have, in seconds. Only available for Linear streams.
288285

289286
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamCliffPercentage</b></code>](#stream-cliff-percentage)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-cliff-percentage\}
290287

291-
The amount that will unlock at the cliff of the claimed stream, expressed as a percentage of the total amount.
292-
Only available for Linear streams.
288+
The amount that will unlock at the cliff of the claimed stream, expressed as a percentage of the total amount. Only
289+
available for Linear streams.
293290

294291
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamInitial</b></code>](#stream-initial)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>Boolean</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/boolean.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-initial\}
295292

296-
Flag indicating whether the claimed stream will have an initial unlock.
297-
Only available for Linear streams.
293+
Flag indicating whether the claimed stream will have an initial unlock. Only available for Linear streams.
298294

299295
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamInitialPercentage</b></code>](#stream-initial-percentage)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-initial-percentage\}
300296

301-
The initial unlock amount of the claimed stream, expressed as a percentage of the total.
302-
Only available for Linear streams.
297+
The initial unlock amount of the claimed stream, expressed as a percentage of the total. Only available for Linear
298+
streams.
303299

304300
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>streamShape</b></code>](#stream-shape)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>String</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/string.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#stream-shape\}
305301

@@ -337,25 +333,20 @@ Flag indicating whether the claimed streams will be transferable.
337333

338334
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaRedistributionEnabled</b></code>](#vca-redistribution-enabled)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>Boolean</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/boolean.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-redistribution-enabled\}
339335

340-
Flag indicating whether the forgone amount will be redistributed.
341-
Only available for VCA campaigns.
336+
Flag indicating whether the forgone amount will be redistributed. Only available for VCA campaigns.
342337

343338
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaForgoneAmount</b></code>](#vca-forgone-amount)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-forgone-amount\}
344339

345-
Total amount forgone by early claimers.
346-
Only available for VCA campaigns.
340+
Total amount forgone by early claimers. Only available for VCA campaigns.
347341

348342
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaUnlockPercentage</b></code>](#vca-unlock-percentage)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-unlock-percentage\}
349343

350-
The percentage unlocked immediately at vesting start.
351-
Only available for VCA campaigns.
344+
The percentage unlocked immediately at vesting start. Only available for VCA campaigns.
352345

353346
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaStartTime</b></code>](#vca-start-time)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-start-time\}
354347

355-
Unix timestamp when VCA vesting begins.
356-
Only available for VCA campaigns.
348+
Unix timestamp when VCA vesting begins. Only available for VCA campaigns.
357349

358350
#### [<code style={{ fontWeight: 'normal' }}>Campaign.<b>vcaEndTime</b></code>](#vca-end-time)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary " text="scalar"/> \{#vca-end-time\}
359351

360-
Unix timestamp when VCA vesting ends.
361-
Only available for VCA campaigns.
352+
Unix timestamp when VCA vesting ends. Only available for VCA campaigns.

docs/api/05-airdrops/graphql/the-graph/objects/factory.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ The address of the factory contract.
9292

9393
#### [<code style={{ fontWeight: 'normal' }}>Factory.<b>alias</b></code>](#alias)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>String!</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/string.mdx) <Badge class="badge badge--secondary badge--non_null" text="non-null"/> <Badge class="badge badge--secondary " text="scalar"/> \{#alias\}
9494

95-
Factory alias, e.g., `MSF2`. For historical reasons, the alias comes from the
96-
the name of the `MerkleStreamFactory` contract.
95+
Factory alias, e.g., `MSF2`. For historical reasons, the alias comes from the the name of the `MerkleStreamFactory`
96+
contract.
9797

9898
#### [<code style={{ fontWeight: 'normal' }}>Factory.<b>campaignCounter</b></code>](#campaign-counter)<Bullet />[<code style={{ fontWeight: 'normal' }}><b>BigInt!</b></code>](/docs/api/05-airdrops/graphql/the-graph/scalars/big-int.mdx) <Badge class="badge badge--secondary badge--non_null" text="non-null"/> <Badge class="badge badge--secondary " text="scalar"/> \{#campaign-counter\}
9999

0 commit comments

Comments
 (0)