MCPcopy Create free account
hub / github.com/github/docs / InputObject

Function InputObject

components/graphql/InputObject.tsx:10–18  ·  view source on GitHub ↗
({ item }: Props)

Source from the content-addressed store, hash-verified

8}
9
10export function InputObject({ item }: Props) {
11 const { t } = useTranslation('products')
12 const heading = t('graphql.reference.input_fields')
13 return (
14 <GraphqlItem item={item} heading={heading}>
15 <Table fields={item.inputFields} />
16 </GraphqlItem>
17 )
18}

Callers

nothing calls this directly

Calls 1

useTranslationFunction · 0.90

Tested by

no test coverage detected