Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitbucket.org/graph-ql-schema/gql-root-type-getter

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket.org/graph-ql-schema/gql-root-type-getter

  • v1.3.2
  • Source
  • Go
  • Socket score

Version published
Created
Source

Библиотека получения корневых типов GraphQL по переданным данным

Библиотека позволяет получать корневой тип (скалярный) по переданному полю GraphQL

Установка

Для установки необходимо выполнить

go get -u bitbucket.org/graph-ql-schema/gql-root-type-getter
Использование

Для использования необходимо подключить библиотеку:

import "bitbucket.org/graph-ql-schema/gql-root-type-getter"

Доступный функционал:

// Сервис получения корневого типа GraphQL по переданному.
type GraphQlRootTypeGetterInterface interface {
	// Получение корневого типа поля, которое обернут в NotNull или в List
	GetRootType(gType graphql.Type) graphql.Type

	// Проверяет, что переданный тип не является NotNull
	IsNotNull(gType graphql.Type) bool
}

FAQs

Package last updated on 05 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc