Backend: Add `type` and `description` to InputType in GQL

Summary

Currently, type and description are not available via the API and those fields are needed so that they can be displayed in the components tab (noted in #426870 (closed))

Proposal

Add type and description to InputType so it can be access via the fronted in components tab.

Confirm purpose and User Reception (how does this benefit the user?)

Show type and description in components tab.

Additional details

Some relevant technical details, if applicable, such as:

  • Does this need a feature flag?
  • Does there need to be an associated instrumentation issue created related to this work?
  • Is there an example response showing the data structure that should be returned (new endpoints only)?
  • What permissions should be used?
  • Is this EE or CE?
    • EE
    • CE
  • Additional comments:

Links/References

Edited by Mark Nuzzo