package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

CardType returns our card graphql object.
Resolve handles filtering cards by suit and value.
Setup prepares and returns our card schema.

# Structs

Card represents a standard playing card.