Skip to content

angee.sequence.schema

GraphQL schema contributions for Angee sequence.

Only :class:Sequence is exposed, on the admin console: it is numbering configuration. SequenceCounter has no GraphQL surface — counters advance server-side inside the drawing transaction, never through a mutation.

SequenceType

python
@strawberry_django.type(Sequence)
class SequenceType(AngeeNode)

Admin projection of one sequence's numbering configuration.

Released under the AGPL-3.0 License.