Adding PRE to graphql (#4582)

This commit is contained in:
John Joyce 2022-04-05 11:29:06 -07:00 committed by GitHub
parent fe5f24c2b3
commit bc1c06069a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1300,6 +1300,12 @@ enum FabricType {
Designates early integration fabrics
"""
EI
"""
Designates pre-production fabrics
"""
PRE
"""
Designates staging fabrics
"""