Mirror: The spec-compliant minimum of client-side GraphQL.
1---
2name: 'RFC'
3about: Propose an enhancement / feature and start a discussion
4title: 'RFC: Your Proposal'
5labels: "future \U0001F52E"
6---
7
8<!--
9 🚨 RFCs are for proposed changes (not bugs or questions)
10 Specifically they are whenever you'd like to see new features
11 being added, or enable new use-cases.
12
13 Please open a Bug Report for issues/bugs, and use GitHub Discussions
14 or the Discord channel for questions instead.
15-->
16
17## Summary
18
19<!--
20 Describe in a couple of words *what* you're proposing.
21 If relevant, include *why* this should be addressed now.
22 The problem should be clearly stated and the solution
23 should be summarised.
24-->
25
26## Proposed Solution
27
28<!--
29 Explain the solution you're proposing in detail.
30 *How* will this change be implemented, and how does it work?
31-->
32
33## Requirements
34
35<!--
36 This section is *optional*.
37 But if your proposed solution has multiple ways
38 of being implemented, you don't want to state how
39 it may be implemented, or you don't know yet how
40 it will be implemented, then:
41 *List* what the implementation needs to achieve to fulfil this RFC;
42-->