mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
remove unrelated file
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
// Code generated by depstubber. DO NOT EDIT.
|
||||
// This is a simple stub for github.com/99designs/gqlgen/graphql, strictly for use in testing.
|
||||
|
||||
// See the LICENSE file for information about the licensing of the original library.
|
||||
// Source: github.com/99designs/gqlgen/graphql (exports: CollectedField; functions: )
|
||||
|
||||
// Package graphql is a stub of github.com/99designs/gqlgen/graphql, generated by depstubber.
|
||||
package graphql
|
||||
|
||||
type CollectedField struct {
|
||||
Field interface{}
|
||||
Selections interface{}
|
||||
}
|
||||
|
||||
func (_ CollectedField) ArgumentMap(_ map[string]interface{}) map[string]interface{} {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (_ CollectedField) GetPosition() interface{} {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (_ CollectedField) UnmarshalJSON(_ []byte) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user