Skip to content

Instantly share code, notes, and snippets.

View bsilva0x87's full-sized avatar

Bruno C. Silva bsilva0x87

View GitHub Profile
@bsilva0x87
bsilva0x87 / PIX_STATUS.md
Last active December 4, 2025 19:34
WS ZAPPYPAG - API Documentation

ZAPPY

PIX Transaction status mapping

  1. PIX (pix in)
Internal Status FitBank Variants Accepted Description
Created Created Receipt credited to receiving account
Registered Registered Transaction registered (intermediate state)
@bsilva0x87
bsilva0x87 / PrintSchemaCommand.php
Created October 12, 2019 15:35
Simple implementation for command "lighthouse:print-schema" to compile the final GraphQL schema using Lighthouse / Lumen PHP.
<?php
namespace Nuwave\Lighthouse\Console;
use Nuwave\Lighthouse\GraphQL;
use Illuminate\Console\Command;
use GraphQL\Utils\SchemaPrinter;
class PrintSchemaCommand extends Command
{