馃寠 A GraphQL implementation in Gleam
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v1.1.0 11 lines 162 B view raw
1--- 2version: 1.4.1 3title: Enum without descriptions 4file: ./test/sdl_test.gleam 5test_name: enum_without_descriptions_test 6--- 7enum Color { 8 RED 9 GREEN 10 BLUE 11}