remove unrelated file

This commit is contained in:
Alvaro Muñoz
2023-07-13 13:29:06 +02:00
parent ee1ba71e5d
commit 362e8f7dd2

View File

@@ -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
}