Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Moved Scaffolding to its own solution with modifications #29

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Sep 3, 2022

  1. Refactored and restructured the Scaffolding tool into various classes…

    … and its own solution
    
    - Added a test project to partially test the output of the tool
    - Supporting reading a local json file as the schema instead of querying the graphql endpoint
    - Supports adding basic auth headers
    - Supports adding other custom headers and values
    - Added options to save the schema.json file if one wants to view it/whatever
    - Added option to export the query this tool use to grab the schema.json file, if one cannot get this tool to run against the graphql server for some reason, then one can manually run it if one have access to its playground/server
    - 'private' word is omitted in C#
    - Updated readme and readme-nuget
    systemlibrary committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    6b42189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5815f19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2496dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd93cac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    260361c View commit details
    Browse the repository at this point in the history
  6. Spacing

    systemlibrary committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    8708821 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c259e6d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Added a "Log" class that logs to the ansiconsole with various colors

    - Updated to an error isnt duplicated in the console window
    - Echo off in the cmd
    systemlibrary committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    7933a10 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Throwing and logging exception - if an "UnauthorizedException" is the…

    … response of the introspection query
    systemlibrary committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    8e80966 View commit details
    Browse the repository at this point in the history