MCPcopy Create free account
hub / github.com/openai/plugins / getFields

Method getFields

plugins/shopify/skills/shopify-admin/scripts/validate.mjs:4657–4662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4655 return "GraphQLObjectType";
4656 }
4657 getFields() {
4658 if (typeof this._fields === "function") {
4659 this._fields = this._fields();
4660 }
4661 return this._fields;
4662 }
4663 getInterfaces() {
4664 if (typeof this._interfaces === "function") {
4665 this._interfaces = this._interfaces();

Callers 15

toConfigMethod · 0.45
astFromValueFunction · 0.45
resolveFunction · 0.45
collectReferencedTypesFunction · 0.45
validateFieldsFunction · 0.45
validateInputFieldsFunction · 0.45
detectCycleRecursiveFunction · 0.45
enterMethod · 0.45
getFieldDefFunction · 0.45
getSuggestedTypeNamesFunction · 0.45
getSuggestedFieldNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected