Move enum introspection tests to executor_tests
This commit is contained in:
parent
0e3c9940c6
commit
0024e67dae
3 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
mod input_object;
|
||||
mod enums;
|
||||
|
||||
// This asserts that the input objects defined public actually became public
|
||||
#[allow(unused_imports)]
|
||||
|
@ -9,8 +10,6 @@ use value::Value;
|
|||
use schema::model::RootNode;
|
||||
use types::scalars::EmptyMutation;
|
||||
|
||||
|
||||
|
||||
#[derive(GraphQLEnum)]
|
||||
#[graphql(name = "SampleEnum", _internal)]
|
||||
enum Sample {
|
||||
|
|
|
@ -4,7 +4,6 @@ mod field;
|
|||
mod object;
|
||||
mod interface;
|
||||
mod union;
|
||||
mod enums;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue