Skip to content

Commit

Permalink
JSDoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Nov 18, 2022
1 parent 58c37c8 commit 8a298a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/aotf.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ import { IntrospectionInputType } from 'graphql'
/**
* @typedef {Object} Field
* @property {string} name - lowercase field name
* @property {Field[]=} fields - list of sub-fields
* @property {(Field[])=} fields - list of sub-fields
*/

/**
Expand Down Expand Up @@ -648,7 +648,7 @@ export function getBaseType (type) {
*
* @param {GQLType} type - A type field as returned by an introspection query.
* (an object of the form {name: x, kind: y, ofType: z}).
* @param {IntrospectionInputType[]=} types - An array of all types present in the schema.
* @param {(IntrospectionInputType[])=} types - An array of all types present in the schema.
* (optional: used to resolve InputObjectType fields).
*
* @returns {Object|Object[]|null}
Expand Down

0 comments on commit 8a298a2

Please sign in to comment.